home *** CD-ROM | disk | FTP | other *** search
/ Liberation Day / Liberation Day.bin / GLOBALS / GLOBAL.MDB / Race Lookup.json < prev    next >
JavaScript Object Notation  |  1998-02-28  |  515b

  1. {
  2.     "schema": {
  3.         "EnumNumber": "Long Integer",
  4.         "RaceName": "Text (50)",
  5.         "RaceNameEnglish": "Text (50)",
  6.         "RaceNameGerman": "Text (50)"
  7.     },
  8.     "data": [
  9.         {
  10.             "EnumNumber": 0,
  11.             "RaceName": "racetype_human",
  12.             "RaceNameEnglish": "Human",
  13.             "RaceNameGerman": "xxxx"
  14.         },
  15.         {
  16.             "EnumNumber": 1,
  17.             "RaceName": "racetype_tauran",
  18.             "RaceNameEnglish": "Tauran",
  19.             "RaceNameGerman": "xxxx"
  20.         },
  21.         {
  22.             "EnumNumber": 2,
  23.             "RaceName": "racetype_basic",
  24.             "RaceNameEnglish": "Basic",
  25.             "RaceNameGerman": "xxxx"
  26.         },
  27.         {
  28.             "EnumNumber": 3,
  29.             "RaceName": "racetype_mental",
  30.             "RaceNameEnglish": "Mental",
  31.             "RaceNameGerman": "xxxx"
  32.         }
  33.     ]
  34. }